Skip to main content
DELETE
/
api
/
startup-challenges
/
{challenge_id}
/
steps
/
{step_id}
Delete Step Endpoint
curl --request DELETE \
  --url https://api.example.com/api/startup-challenges/{challenge_id}/steps/{step_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

challenge_id
string
required
step_id
string
required

Response

Successful Response