Delete Walking Trail Details

delete

Delete Walking Trail Details

Allow the deletion of an existing Walking Trail Details itinerary through the use of a unique identifier. The acronym for the unique identifier is uuid. This uuid is created when you create Walking Trail Detail. If you have not documented the uuid, you can fetch it by using Search Walking Trails By Keyword or UUIDs API, or Get Walking Trail Details by UUID API.

Resource URL

https://api.stb.gov.sg/content-management /walking-trails/v2/{parentUuid}/details/{uuid}

Header Parameters

Name Values Description
Content-Type
(required)

Format of the request body sent. Accepts only application/json.

X-Content-Language

Supported language [en | zh-cn | zh-tw | ja | ko].
Validation: acceptable language code

Response Error Details

HTTP Code Description
400 Bad Request — Request was not accepted and could be due to malformed parameter (e.g. spelling error) or missing a required parameter.
401 Unauthorised — API key is invalid or was not provided.
403 Forbidden — API key does not have the permission to perform the request.
404 Resource Not Found — Requested resource (i.e. the resource URL) does not exist.
405 Method Not Allowed — The HTTP request method is not supported by the resource.
406 Not Acceptable — Requester's acceptable content type for the response does not match the content type returned by the resource.
414 Request URL Too Long — Request URL exceeded the maximum acceptable URL length.
415 Unsupported Media Type — Request's format is not supported by the resource.
422 Unprocessable Entity — Request was not accepted, often due to semantic errors, such as data format.
500 Server Errors — Something is not working on TIH's end, happened very rarely.

Resource Summary

Security Category

Walking Trails

Working...