Skip to main content
POST
Remove aliases in bulk
This endpoint is in beta. BETA

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Body

application/json

Pass exactly one of ids or cnames.

ids
integer[]

IDs of the aliases to delete.

Required array length: 1 - 1000 elements
Example:
cnames
string[]

Hostnames of the aliases to delete.

Required array length: 1 - 1000 elements
Example:

Response

Successful.

removed
object[]

Aliases deleted by this request.

not_found
(integer | string)[]

Requested IDs or hostnames that did not match an alias.