Skip to main content
POST
/
api
/
v1
/
billing
/
subscription
/
cancel
Cancel a subscription
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/billing/subscription/cancel \
  --header 'Authorization: Bearer <token>'
{
  "cancel_at_period_end": true,
  "ends_at": "2023-11-07T05:31:56Z",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Response

Cancellation scheduled

cancel_at_period_end
boolean
ends_at
string<date-time>
status
string