Skip to main content
Delete an endpoint. The call tears down the endpoint and its targets and stops routing its slug. The slug is freed for reuse: you can POST /v1/gateway/endpoints again with the same value to provision a fresh endpoint.

Errors

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

endpoint_id
string
required

Response

200 - application/json
id
string
required

Identifier of the deleted endpoint.

slug
string
required

Slug of the deleted endpoint.