Skip to main content
POST
Delete endpoints
Delete one or more HTTP endpoints you own. Request body:
Delete is rejected if a scenario still references the endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string<uuid>[]
required

IDs to delete.

Response

Endpoints deleted successfully

status
string
required
deleted_count
integer
required
endpoint_ids
string<uuid>[]
required