Projects›
Projects
Delete Project
Delete a project and all its related data.
DEL
/api/projects/{project_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
project_idstringrequired
Response
application/jsonDeletion acknowledgement; data is always null
successbooleanrequired
Whether the operation was successful
messagestringrequired
Response message
dataobject
Always null for this endpoint