Delete an organization

⚠️

Deleting an organization will not delete the organization's blockchain wallet. Blockchain wallets and data are permanent. However, all of organization's information will be disassociated from the blockchain wallet, making the blockchain wallet inaccessible by the organization.

Request

DELETE /organizations/{id}
curl 'https://businessapi.badges.xyz/organizations/1b9c9c78-1a4c-4d86-9e50-c1fcb3adbc05' \
-u E23d1aN95aAtnE3w9QmQyGjBRzu4...

Returns

Returns the following object if the delete succeeded. Returns an error if delete parameters are invalid.

RESPONSE
{
  "data": {
    "id": "1b9c9c78-1a4c-4d86-9e50-c1fcb3adbc05",
    "deleted": true
  }
}