DELETE
/
{team_id}
/
pages
/
{page_id}
Delete a page
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/pages/{page_id}
This response does not have an example.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

page_id
string
required

Page ID is a numerical string that identifies a Page.

Response

204

page successfully deleted