Skip to main content

Delete an Object

Delete an object by its objectType and objectId.

Endpoint
DELETE /v2/objects/:objectType/:objectId

Request

Path Params


objectType string

The objectType of the object to delete.


objectId string

The objectId of the object to delete.


Request

DELETE /v2/objects/:objectType/:objectId
curl "https://api.warrant.dev/v2/objects/user/d6ed6474-784e-407e-a1ea-42a91d4c52b9" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \

Response

Headers


Warrant-Token string

A unique transaction identifier for this write operation. Can be cached and passed on subsequent read requests.


200 OK