deleteorganization
Last updated
Deletes a Buzzy Organization
The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.
{
"organizationID": "<organization ID to delete>"
}Returns the status of the deletion operation.
POST /api/deleteorganization
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"organizationID": "<organization ID to delete>"
}You should get back:
Last updated
{
"status": "success"
}