Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Request Body

Full JSON Body Example

Request Body Fields

Query Parameters

None

Response

Success Response (200 OK)

Response Fields

Error Response (400 Bad Request)

Common Causes

  • API Proxy is not REST type (SOAP endpoints cannot be deleted manually)
  • Missing name or httpMethod fields
  • Endpoint with specified name and httpMethod does not exist

Error Response (401 Unauthorized)

Error Response (404 Not Found)

cURL Example

Full JSON Body Example

Permissions

User must have API_MANAGEMENT + MANAGE permission in the project.

Notes and Warnings

  • REST Only: Endpoints can only be deleted from REST API proxies. SOAP endpoints are managed through WSDL reparsing
  • Permanent Deletion: Endpoint deletion is permanent and cannot be undone
  • Policies: All policies associated with the endpoint are also deleted
  • Endpoint Identifier: Endpoint is identified by name and httpMethod combination (not by ID)