Delete an Object Type
Delete an object type by type
.
DELETE /v1/object-types/:type
Parameters
Parameter | Description | Type | Required |
---|---|---|---|
type | The type id of the object type to delete. | URL param | yes |
Request
- Curl
curl "https://api.warrant.dev/v1/object-types/report" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \
Response
200 OK