Skip to main content

Delete an Object Type

Delete an object type by type.

Endpoint

DELETE /v1/object-types/:type

Request

Path Params

ParameterTypeDescriptionRequired
typestringThe type of the object type to delete.yes
DELETE /v1/object-types/:type
curl "https://api.warrant.dev/v1/object-types/report" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \

Response

200 OK