Projects

Delete a project

Deletes a project by its identifier. The project must not have any active jobs (pending, processing, or post_processing) to be deleted.

DELETE
/project/{project_id}
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

project_idstring

Response Body

Examples

curl -X DELETE "https://v2.api.piktid.com/project/string"
Empty
Empty
Empty
Empty