Skip to main content

Delete an Object Type

Delete an object type by type.

DELETE /v1/object-types/:type

Parameters

ParameterDescriptionTypeRequired
typeThe type id of the object type to delete.URL paramyes

Request

curl "https://api.warrant.dev/v1/object-types/report" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \

Response

200 OK