Skip to main content
DELETE
/
user-health
/
{userId}
/
protocols
/
{protocolId}
Delete User Protocol
curl --request DELETE \
  --url https://api.dontdie.com/user-health/{userId}/protocols/{protocolId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'

Authorizations

Authorization
string
header
required

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

x-dd-client-id
string
header
required

Your API client ID for the request

Response

200

OK