Delete an origin server
DELETE
/api/organizations/{organizationId}/origin-servers/{id}
Deletes an origin server. The request is rejected with a 422 if the origin is still referenced by a zone default backend or a configuration rule override, or if deleting it would leave a load balancer with no origins.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
organizationId*
Organization identifier
Type
Requiredstring
id*
origin-server identifier
Type
Requiredstring
Responses
origin-server resource deleted
