deleteorganization
description
parameters
{
"organizationID": "<organization ID to delete>"
}response
example
POST /api/deleteorganization
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"organizationID": "<organization ID to delete>"
}Last updated