Skip to main content
DELETE
/
api
/
v1
/
credentials
/
:id
Delete Credential
curl --request DELETE \
  --url https://api.example.com/api/v1/credentials/:id
{
  "message": "Credential deleted"
}
Deletes the credential record and removes the uploaded document from S3 if one exists.

Path Parameters

id
integer
required
The credential ID.

Response

{
  "message": "Credential deleted"
}