Delete an Organization by its number

Deletes a single organization identified by its organization number. The number must be URL-encoded. Returns 204 on success or if the organization does not exist. Fails with 409 if multiple organizations share the same number.

Path Params
string
required

The organization's number (must be URL encoded)

Responses
204

Resource deleted

400

Bad Request

403

Forbidden

409

More than one organization with the same organization number was found

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!