cURL
curl --request DELETE \ --url https://relytone.data.cloud/api/v1/projects/{id} \ --header 'Authorization: Bearer <token>'
Soft delete project (mark as deleted)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project identifier
Delete successful
Was this page helpful?