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