Skip to main content
DELETE
/
admin
/
v1
/
networks
/
{network_id}
/
subscriptions
/
{id}
Cancel a payment subscription immediately
curl --request DELETE \
  --url https://api.mn.co/admin/v1/networks/{network_id}/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "member_id": 123,
  "created_at": "2025-11-07T23:17:22+00:00",
  "updated_at": "2025-11-07T23:17:22+00:00",
  "email": "ada.lovelace@example.com",
  "first_name": "<string>",
  "last_name": "<string>",
  "time_zone": "<string>",
  "location": "<string>",
  "referral_count": 123,
  "avatar": "<string>",
  "categories": [
    {
      "id": 123,
      "title": "<string>"
    }
  ],
  "permalink": "<string>",
  "ambassador_level": "<string>",
  "plan": {
    "id": 123,
    "name": "<string>",
    "amount": 123,
    "currency": "<string>",
    "interval": "<string>",
    "type": "<string>",
    "has_free_trial": true
  },
  "subscription": {
    "id": "1234",
    "current_period_start": "2025-11-07T23:17:22+00:00",
    "current_period_end": "2025-11-07T23:17:22+00:00",
    "payment_platform": "<string>",
    "canceled_at": "2025-11-07T23:17:22+00:00",
    "trial_length": 123,
    "trial_start": "2025-11-07T23:17:22+00:00",
    "trial_end": "2025-11-07T23:17:22+00:00",
    "purchased_at": "2025-11-07T23:17:22+00:00"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required
network_id
required

The Network's unique integer ID, or subdomain Unique numeric network ID

Response

Returns the canceled subscription details

A payment subscription for a bundle

member_id
integer
required

The subscriber's integer ID

created_at
string<date-time>
required

The date and time the subscriber was created

Example:

"2025-11-07T23:17:22+00:00"

updated_at
string<date-time>
required

The date and time the subscriber was last modified

Example:

"2025-11-07T23:17:22+00:00"

email
string<email>
required

The subscriber's email address

Example:

"ada.lovelace@example.com"

Canonical URL to the subscriber's profile page

plan
object
required

The subscription plan

subscription
object
required

Detailed subscription information

first_name
string

The subscriber's first name

last_name
string

The subscriber's last name

time_zone
string

The subscriber's time zone

location
string

The subscriber's location

referral_count
integer

Number of referrals made by this subscriber

avatar
string

URL to the subscriber's avatar image

categories
object[]

Array of category objects. Contains the user's primary segment if present.

ambassador_level
string

The subscriber's ambassador level