Delete an identity provider
How to delete an existing identity provider via API
Request
Example
curl -g -X DELETE \
'https://provisioning.commercelayer.io/api/identity_providers/xYZkjABcde' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer {{your_access_token}}'Last updated