Skip to main content
DELETE
/
gateway
/
{gateway_topic}
Delete a gateway
curl --request DELETE \
  --url https://api.quiva.ai/gateway/{gateway_topic} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

gateway_topic
string
required

Unique topic identifier of the gateway

Response

Gateway marked as deleted successfully

message
string
Example:

"success"