v6

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-28172255.4 KB
Mappings

Delete a mapping

Marks a gateway mapping as deleted (poison-pilled).

delete/gateway/{gateway_topic}/mapping/details

Path parameters

gateway_topicstring required

Unique topic identifier of the gateway

Query parameters

method'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' required

HTTP method for the mapping in uppercase

pathstring required

URL path for the mapping including the leading slash

Response

Mapping marked as deleted successfully

messagestring

Example response

{
  "message": "success"
}