Rensei docs

Soft-delete a project.

Soft-delete a project. - Rensei REST API operation reference.

DELETE
/api/projects/{projectId}

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Path Parameters

projectId*string

Project id.

Response Body

application/json

curl -X DELETE "https://example.com/api/projects/string"
{
  "ok": true
}
Empty
Empty
Empty
Empty