API Auth
Delete organization API client
Permanently deletes an API client from an organization. This operation cannot be undone and will revoke all access for the client. All associated secrets will also be invalidated. Use this endpoint to remove unused or compromised clients.
delete/api/v1/organizations/{organization_id}/clients/{client_id}
Path parameters
organization_idstring required
Unique identifier of the organization that owns the client. Must start with 'org_' prefix.
client_idstring required
Unique identifier of the API client to permanently delete. Must start with 'm2morg_' prefix.
Response
Organization API client successfully deleted and no longer accessible
{"stackTrail":"paths:/api/v1/organizations/{organization_id}/clients/{client_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}