DELETE
/
api
/
entities
/
custom
/
v1
/
{id}
curl --request DELETE \
  --url https://developer.synq.io/api/entities/custom/v1/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
object
required

Identifier of the entity to delete.

Response

200
application/json

OK

DeleteEntityResponse is the response message for the DeleteEntity method.