cURL
curl --request DELETE \ --url http://localhost:5252/log/{id} \ --header 'x-api-token: <api-key>'
{ "success": true }
Delete log by ID
Deleted
Was this page helpful?