Delete an entity by its identifier. If the entity does not exist, it will be a no-op.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Identifier of the entity to delete.
Success
DeleteEntityResponse is the response message for the DeleteEntity method.