DELETE
/
v1
/
credentials
/
{credentialsId}
curl --request DELETE \
  --url https://app.enzo.health/api/v1/credentials/{credentialsId} \
  --header 'Authorization: Bearer <token>'
{
  "credentialsId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

credentialsId
string
required

Query Parameters

organizationId
string
required

Response

200
application/json
Successful response
credentialsId
string
required