Skip to main content
POST
/
v1
/
license-keys
/
deactivate
Deactivate License Key
curl --request POST \
  --url https://api.spairehq.com/v1/license-keys/deactivate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>",
  "organization_id": "<string>",
  "activation_id": "<string>"
}
'
{
  "error": "<string>",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

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

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Body

application/json
key
string
required
organization_id
string<uuid4>
required
activation_id
string<uuid4>
required

Response

License key activation deactivated.