cURL
curl --request POST \ --url {schemes}://api.upsun.com/projects/{projectId}/activities/{activityId}/cancel \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "code": 123 }
Cancel a single activity as specified by an id returned by the Get project activity log endpoint.
id
Please note that not all activities are cancelable.
A valid request URL is required to generate request examples
The status text of the response
The status code of the response