Skip to main content
DELETE
/
api
/
v1
/
plans
/
{plan_id}
Delete Plan
curl --request DELETE \
  --url https://api.example.com/api/v1/plans/{plan_id} \
  --header 'x-api-key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

x-api-key
string
required

Path Parameters

plan_id
string
required

Response

Successful Response