cURL
curl --request DELETE \ --url https://app.famulor.de/api/user/calls/{call} \ --header 'Authorization: Bearer <token>'
{ "message": "Call deleted successfully" }
Delete a specific call record
curl -X DELETE "https://app.famulor.de/api/user/calls/480336" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Was this page helpful?