Skip to main content
DELETE
/
projects
/
{slug}
Delete Project
curl --request DELETE \
  --url https://relytone.data.cloud/api/v1/projects/{slug} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Project identifier

Response

Delete successful

I