Skip to main content
DELETE
/
v1
/
external-apis
/
{id}
Delete External API Configuration
curl --request DELETE \
  --url https://api.example.com/v1/external-apis/{id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

id
string
required

External API configuration ID.

Response

Successful Deletion