cURL
curl --request DELETE \ --url https://mock-api.cevro.ai/v1/players/{playerId}/notes/{noteId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Session-ID: <x-session-id>'
{ "success": true, "message": "<string>" }
API Bearer token. For this demo, any non-empty string is accepted.
Note deleted successfully