DELETE
/
{team_id}
/
epics
/
{epic_id}
Delete an epic
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/epics/{epic_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".

epic_id
string
required

Epic ID is a numerical string that identifies an Epic. This is externally referred to as a "Project".

Response

204

epic successfully deleted