Leave Organization
Deprecated DELETE
/user/organizations/{organization_id} https://api.cloudflare.com/client/v4
Removes association to an organization.
Parameters
path Path Parameters
| Name | Type |
|---|---|
organization_id
required
| type IamCommonComponentsSchemasIdentifier = string |
Request Body
application/json
required
unknown
Responses
200 application/json
Leave Organization response
{ id?: IamCommonComponentsSchemasIdentifier ; }
Client Errors
4XX application/json
Leave Organization response failure
interface IamApiResponseCommonFailure {
errors:IamSchemasMessages ;
messages:IamSchemasMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}