Skip to main content
DELETE
/
v1
/
scores
/
{scoreId}
Delete Score
curl --request DELETE \
  --url https://api.agentmark.co/v1/scores/{scoreId} \
  --header 'Authorization: <api-key>' \
  --header 'X-Agentmark-App-Id: <x-agentmark-app-id>'
{
  "message": "Score deleted successfully"
}

Authorizations

Authorization
string
header
required

Your AgentMark API key. Create one in the dashboard under Settings > API Keys.

Example: Authorization: Bearer am_live_abc123

Headers

X-Agentmark-App-Id
string
required

Your application ID. Found in the dashboard under Settings > General.

Example:

"app_abc123"

Path Parameters

scoreId
string<uuid>
required

The score ID to delete.

Response

Score deleted.

message
string
Example:

"Score deleted successfully"