Skip to main content
DELETE
/
project
/
v1
/
projects
/
{id}
Delete a project
curl --request DELETE \
  --url https://api-{region}.sesametime.com/project/v1/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "",
  "meta": {
    "currentPage": 1,
    "lastPage": 1,
    "total": 1,
    "perPage": 1
  }
}

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

id
string<uuid>
required

Project ID

Response

200 - application/json

Object

data
string
Example:

""

meta
object