Skip to main content
DELETE
/
candidates
/
{id}
Delete a candidate
curl --request DELETE \
  --url https://api.gospott.com/candidates/{id} \
  --header 'x-api-key: <api-key>'
{
  "status": 0,
  "message": "<string>",
  "requestId": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "received": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Response

Candidate deleted successfully