Header

Delete a project

This method allows you to delete a project.

URL

/projects/<project>

Replace <project> with the permalink of the project.

HTTP Method

DELETE

Supported Parameters

None

Example cURL Request

curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://atech.deployhq.com/projects/hgtest

Example Response

{
    "status": "deleted"
}

Proudly powered by Katapult. Running on 100% renewable energy.