projects
Deletes a project by ID
DELETE
/
projects
/
{projectId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectId
string
requiredID of project
Was this page helpful?