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

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

educationId
string
required

Response

Education deleted successfully