Delete an entity

Deletes an existing entity and its associated data

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
ID of the entity to delete

Response

Entity deleted successfully
messagestring

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error