We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request: DELETE /project/{projectId}
DELETE /project/{projectId}
Deletes an existing project with the given ID. Only projects in the state prepared can be deleted.
prepared
Delete the project with the ID 29163f4f-7c8f-4baf-adf3-753c1df429c2:
29163f4f-7c8f-4baf-adf3-753c1df429c2
DELETE /v1/project/29163f4f-7c8f-4baf-adf3-753c1df429c2 HTTP/1.1 Host: api.textking.com Authorization: Bearer youraccesstoken
Response:
HTTP/1.1 204 No Content