Skip to main content
DELETE
/
api
/
entities
/
custom
/
v1
/
types
DeleteType
curl --request DELETE \
  --url https://developer.synq.io/api/entities/custom/v1/types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "typeId": 500
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
typeId
integer<int32>
required

Identifier of the custom entity type to delete.

Required range: 1 <= x <= 1000

Response

200 - application/json

Success

The response is of type DeleteTypeResponse · object.