Skip to main content
DELETE
Remove Destination
Removes a host from your account’s destination allowlist by its id (from List Destinations). Removal takes effect immediately: the next forward proxy request to that host is rejected with 403 DESTINATION_NOT_ALLOWED. See the Destination Allowlist guide.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Path Parameters

id
string<uuid>
required

The id (UUID) of the destination to remove, as returned by List Destinations.

Example:

"d7e8f9a0-1234-4b5c-8d6e-7f8091a2b3c4"

Response

The destination was removed. No response body.