DELETE
/
v1
/
plans
/
{plan_id}
Archive Plan
curl --request DELETE \
  --url https://sandbox.api.withgale.com/v1/v1/plans/{plan_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plan_id
string
required

Response

200
application/json

OK

The response is of type object.