Skip to main content
DELETE
/
v1
/
organisation
/
{id}
/organisation/:id
curl --request DELETE \
  --url https://api.tagdeliver.com/v1/organisation/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Organisation ID

Response

200 - application/json
success
boolean
required