delete https://example.com/auth/api/v1/idp/clients/
Delete identity provider client configuration by ID.
Log in to see full request history
Responses
200Identity provider client configuration Successfully deleted
Delete identity provider client configuration by ID.
200Identity provider client configuration Successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/auth/api/v1/idp/clients/idp_id \
--header 'accept: application/json'
Try It!
to start a request and see the response here!