Delete User Federation Configuration

Delete User Federation Configuration

This API is used to delete user-federation configuration.

Request
URI
DELETE
https://{api_host}/tcsa/api/auth-management/v1/components/{id}
COPY
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

404

Not found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/tcsa/api/auth-management/v1/components/{id}