Skip to main content
DELETE
/
project_sessions
/
{projectSession}
Projektsitzung löschen
curl --request DELETE \
  --url https://{tenant}.stamp.eu/rest/project_sessions/{projectSession} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectSession
string<uuid>
required

Response

Erfolgreich gelöscht