cURL
curl --request DELETE \ --url https://api.dontdie.com/account/bookmarks/{postId} \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
Deletes the bookmark for a given post
Enter your Bearer token in the format: Bearer
Your API client ID for the request
The ID of the post
OK
Was this page helpful?