Deactivate a domain for a license
DELETE/licenses/:licenseKey/domains/:domain
Releases the seat held by the given domain, freeing it for reuse.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Domain deactivated.
The request was malformed or missing required parameters.
The vendor API key is missing or invalid.
The license is not permitted to perform this operation. The code
distinguishes the cause: license_invalid, expired, or
domain_not_activated.
The license or resource does not exist.
Too many requests. Back off and retry later.
Response Headers
Retry-After
Seconds to wait before retrying.
Example:
30