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
Example response
{
"message": "success"
}