Delete an Object Type
Delete an object type by type
.
Endpoint
DELETE /v2/object-types/:type
Request
Path Params
type string
The type
of the object type to delete.
- cURL
DELETE /v2/object-types/:type
curl "https://api.warrant.dev/v2/object-types/report" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \
DELETE /v2/object-types/:type
warrantToken, err := objecttype.Delete("report")
Response
Headers
Warrant-Token string
A unique transaction identifier for this write operation. Can be cached and passed on subsequent read requests.
200 OK