Delete a credential

Deletes an authentication credential with a specified ID.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

delete
/credentials/{id}
Request samples
$client->customerCredentials()->delete('credentialId');
Responses

204

Credential deleted.

401

Unauthorized access. Invalid credentials used.

404

Resource not found.

Response samples
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }