delete https://example.com/role-store/api/v1/identity-providers/
Delete Identity Provider by ID.
Log in to see full request history
Responses
200Identity Provider Successfully deleted
Delete Identity Provider by ID.
200Identity Provider Successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/role-store/api/v1/identity-providers/id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!