curl --request DELETE \
--url https://api.egp.scale.com/v5/credentials/{credential_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Permanently delete a credential and all its associated data.
curl --request DELETE \
--url https://api.egp.scale.com/v5/credentials/{credential_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}