Object Management
Delete Object
Use this API to delete an existing object record.
🗒 Things to Know
- This API only supports objects created via Object Manager, including Projects, Models, and Datasets.
delete/v1/entities/{entityId}
Path parameters
entityIdstring uuid required
Identifier of the object to delete
The unique identifier of the object.
Query parameters
entityTypeIdentifierstring uuid
Identifier of the object type
The unique identifier of the object type.
entityTypeNamestring
Name of the object type
The name of the object type.
Response
No Content - The object was successfully deleted