cURL
curl --request DELETE \ --url https://api.dontdie.com/user-health/{userId}/protocols/{protocolId} \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
Deletes a user protocol
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your API client ID for the request
OK
Was this page helpful?