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"
}

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"