Skip to main content
DELETE
/
players
/
{playerId}
/
notes
/
{noteId}
Delete a note
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>"
}

Authorizations

Authorization
string
header
required

API Bearer token. For this demo, any non-empty string is accepted.

Headers

X-Session-ID
string
required

Path Parameters

playerId
string
required
noteId
string
required

Response

Note deleted successfully

success
boolean
message
string