Delete a Project
API Explorer: /projects/{projectId}
To delete a project, DELETE its ID (you need to know the projectId
). The sample code deletes a project with an ID of 123456
. Use the projectId
of the actual project to delete in place of the 123456
.
If you do not know the ID of the project to delete, use the List Projects section to return a list of your created projects.
Delete a Project
curl 'https://a.blazemeter.com/api/v4/projects/123456' \
-X DELETE \
--user 'api_key_id:api_key_secret'
Response204 No content