API Reference
cURL
curl --request DELETE \ --url https://api.meetsquad.ai/organisations/{orgId} \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "Organisation deleted successfully" } }
Deletes a specific organisation by ID
JWT authentication for organization-scoped endpoints.
Organization ID
Organisation deleted successfully
Response containing a success message
Success message data
Show child attributes
Was this page helpful?