Delete Organisation

Delete organisation

DELETE /api/v2/organisations/:id

Path Parameters

Name
Type
Description

id

string

Organisation ID

Headers

Name
Type
Description

Authorisation

string

Bearer token

Content-type

string

application/vnd.api+json

 204 No Content

Example

curl --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/organisations/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'

Last updated

Was this helpful?