Delete subscription

This method will delete the subscription specified by ID.

Please log in to see full path URL. Learn why.
delete
/subscriptions/1/subscription/{channel}/{subscriptionId}
path Parameters
subscriptionId
required
string

ID of the subscription you want to delete.

channel
required
string
Enum: "BLOCKLIST" "CUSTOMER_ENGAGEMENT" "EMAIL" "FACEBOOK" "KAKAO_ALIM" "KAKAO_CHINGU" "LINE" "MMS" "MOBILE_IDENTITY" "MOBILE_PUSH" "NUMBER_LOOKUP" "OPEN_CHANNEL" "RCS" "REGISTRATION" "SMS" "VIBER" "VOICE_VIDEO" "WHATSAPP" "ZALO"

Channel name. A separate subscription is needed for each channel.

Responses

200

Success.

400

Bad request.

401

Unauthorized

403

Forbidden

404

Not found.

429

Too many requests.

500

Internal Server Error

Request samples

Example
cURL
Copy
curl -L -g -X DELETE 'https://{baseUrl}/subscriptions/1/subscription/{channel}/{subscriptionId}' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Copy
Collapse all
{
  • "subscriptionId": "ABC-123-DEF",
  • "profile":
    {
    • "profileId": "NOTIF-32395",
    • "security":
      {
      • "authId": "NEWAUTH-9291"
      }
    }
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.