Skip to content

Delete a project

DELETE
/projects/{project_id}
curl --request DELETE \
--url https://api.perstat.io/projects/example \
--header 'Authorization: Bearer <token>'

Deletes a project. Without parameters this is a destructive cascade: all monitors contained in the project are deleted as well. With the optional reassign_to query parameter, remaining monitors are first moved to another project the caller can manage. Passing the deleted project itself as reassign_to returns 400.

project_id
required
string
reassign_to
string

Public_id eines Ziel-Projekts: verbliebene Dienste werden vorher dorthin verschoben