Skip to main content
DELETE
/
v1
/
projects
/
{id}
Delete project by ID
curl --request DELETE \
  --url https://api.nomi.tools/v1/projects/{id} \
  --header 'Accept: <accept>' \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

id
string
required

Response

Project deleted successfully