Delete a subscription
Deletes a subscription configuration.
Path parameters
The unique identifier of the space.
The unique identifier of the subscription.
Response
The subscription
Example response
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
},
"filter": {
"jsonPath": "$[?(@.properties.type == 'building')]"
}
}Changes
Changed in 4 of the 50 revisions of this API.24
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●