cURL
curl --request DELETE \ --url {schemes}://api.upsun.com/projects/{projectId} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "code": 123 }
Delete the entire project.
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The status text of the response
The status code of the response
Was this page helpful?