Deleting a traffic report subscription¶
Warning
Deleted entries cannot be restored. To use a subscription again after deletion, it must be created again.
Sends a DELETE request to the endpoint /report-subscriptions/{id}.
Description¶
The Delete-Subscription request deletes a traffic report subscription.
Requirements¶
Values of the request: Subscription-ID {id}d}
Objects: none
Request¶
To delete a traffic report subscription, the Subscription-ID {id} needs to be added to the path of the request.
No further information is required.
The system returns a 204 No Content status code in response to a successful request.
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 204 | The request has succeeded and the element was successfully deleted. |
| 400 | The request was unsuccessful. The request was invalid or information is missing. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |