DELETE
/
milestone
/
{milestone_id}
curl --request DELETE \
  --url https://api.pathstack.io/milestone/{milestone_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Path Parameters

milestone_id
string
required

ID of the Milestone to be deleted

Response

204
_mintlify/placeholder

Successful Response