Delete Broker Directory

Delete Broker Directory

This endpoint is responsible for the deletion of a directory by id. This includes the deletion of all associated OAuth 2 clients, sync client configurations, users, groups and the directory.

Request
URI
DELETE
https://{api_host}//usergroup/t/{TENANT}/broker/directories/{id}
COPY
Path Parameters
string
id
Required

Id of the directory.

string
TENANT
Required

TENANT


Authentication
This operation uses the following authentication methods.
Responses
202

The directory was successfully deleted.

Operation doesn't return any data structure

401

Unauthorized to delete the directory.

Operation doesn't return any data structure

403

Forbidden to delete the directory.

Operation doesn't return any data structure

404

The directory was not found in the system.

Operation doesn't return any data structure