Mapping Versions
Delete a mapping version
Marks a mapping version as deleted (poison-pilled).
delete/gateway/mapping-version/{gateway_topic}/{version_number}
Path parameters
gateway_topicstring required
Unique topic identifier of the gateway
version_numberinteger required
Sequential version number of the mapping version
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 version marked as deleted successfully
Example response
{
"message": "success"
}