Delete Vessel Schedule Subscription
Subscriptions may be deleted by sending a delete request with an empty request body to the subscriptions end point, specifying the subscription to delete as a parameter in the URI.
Endpoint
DELETE https://api.portconnect.io/v1/subscriptions-vessel-schedule/{subscriptionId}
Path Parameters
Name | Type | Description |
---|---|---|
subscriptionId | int | The subscription identifier. |
Response
Status Code | Description |
---|---|
204 | No Content. Subscription successfully deleted. |
404 | Not Found. Subscription not found. |
Example Request
Delete a vessel schedule event subscription.
DELETE https://api.portconnect.io/v1/subscriptions-vessel-schedule/88
Example Response:
A return code of 204
indicates the subscription has been deleted successfully.
Status: 204 No Content
Â
© PortConnect 2023