DELETE
/
v1
/
processors
/
{processorId}
curl --request DELETE \
  --url https://app.enzo.health/api/v1/processors/{processorId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

processorId
string
required

Response

200
application/json
Successful response
message
enum<string>
required
Available options:
success