DELETE /project.json
Description: Deletes a project.
API Endpoint URL: https://api.improvely.com/v1/project.json
| Attribute | Required | Default | Description |
|---|---|---|---|
| key | Your API key | ||
| id | The ID number of the project. The ID number may be retrieved from a previous API call or from the top of the Project Settings page within your account. |
Example request:
curl https://api.improvely.com/v1/project.json \ -X DELETE\ -d 'key=90c0d64fds653338as6869e54267e05&id=3'
Example successful response (HTTP status code 200):
{
"status": "success"
}
Example failure response (HTTP status code: 400):
{
"status": "error",
"type": "parameters",
"message": "Missing or invalid required parameter: `id`."
}
