Delete Broker Directory
This endpoint is responsible for deleting a directory by ID. This includes the deletion of all associated OAuth 2.0 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
The ID of the directory
string
tenant
Required
The VMware Identity Services tenant ID
tenant example
my-tenant
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.
Operation doesn't return any data structure