Skip to main content
DELETE
/
contracts
/
{contractId}
/
plans
/
{contractPlanId}
Delete plans
curl --request DELETE \
  --url https://api.getenso.ai/contracts/{contractId}/plans/{contractPlanId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: WebhookService:triggerWebhooks

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

contractId
string
required
contractPlanId
string
required

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)