cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/credentials/{credentialId} \ --header 'X-API-Key: <api-key>'
{ "message": "Credential deleted successfully" }
Soft deletes a stackable credential
API key for authentication
Unique identifier for the stackable credential
Credential deleted successfully
"Credential deleted successfully"
Was this page helpful?