Commet
  • Pricing
Log InTry out
Add plan to group POSTCreate plan group POSTDelete plan group DELETEGet plan group GETList plan groups GETRemove plan from group DELETEReorder plans in group PUTUpdate plan group PUT
DocumentationKnowledge BaseBuild with AIAPI ReferenceWebhooks

Remove plan from group

Remove a plan from a plan group.

List plan groups GET

List plan groups with cursor-based pagination.

Reorder plans in group PUT

Set the display order of plans within a group. All plan IDs in the group must be provided.

DELETE
/plan-groups/{id}/plans/{planId}

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

id*string
planId*string

Response Body

application/json

application/json

curl -X DELETE "https://commet.co/api/v1/plan-groups/string/plans/string"

Remove a plan from a plan group.

Plan group public ID

Plan public ID

{
  "success": true,
  "data": {
    "id": "string",
    "removed": true
  }
}
{
  "success": false,
  "error": {
    "type": "validation_error",
    "code": "string",
    "message": "string",
    "doc_url": "string",
    "param": "string"
  }
}