Skip to content

Delete a redirect

DELETE
/api/organizations/{organizationId}/redirects/{id}

Deletes the redirect and its source hostname. The removed hostname mapping takes effect on the live configuration.

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
string
Required
id*

redirect identifier

Type
string
Required

Responses

redirect resource deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI