- TODO LIST
- Version
- Authentication
- Event Subscriptions
- Resellers
- Domains
- Phone Numbers
- Users
- Devices
- Phones/Macs
- Sites
- Call Center
- Answer Rules
- Call Blocking
- Auto Attendant
- Media
- Voicemail
- Greetings
- Read Greetings for User
- Read Specific Greeting for User
- Delete Specific Greeting for User
- Create a new Greeting from TTS
- Update Greeting with TTS script
- Create a new Greeting from Upload (JSON + Base64 File)
- Update Greeting from Upload (JSON + Base64 File)
- Create a new Greeting from Upload (Multipart/Mixed Post)
- Update Greeting from Upload (Multipart/Mixed Post)
- Music on Hold
- Domain
- Read MOH for Domain
- Create a new MOH for Domain from TTS
- Update MOH for Domain from TTS
- Create a new MOH for Domain from Upload (JSON + Base64 File)
- Update MOH for Domain from Upload (JSON + Base64 File)
- Create a new MOH for Domain from Upload (Multipart/Mixed Post)
- Update MOH for Domain from Upload (Multipart/Mixed Post)
- Delete MOH for Domain
- User
- Read MOH for User
- Create a new MOH for Domain from TTS
- Create a new MOH for User from Upload (JSON + Base64 File)
- Update MOH for User from Upload (JSON + Base64 File)
- Update MOH for Domain from TTS
- Create a new MOH for User from Upload (Multipart/Mixed Post)
- Update a MOH for User from Upload (Multipart/Mixed Post)
- Delete MOH for User
- Domain
- Hold Messages
- Text to Speech
- CDR (Call History)
- Transcriptions & Sentiment
- Call Traces & Cradle to Grave
- Calls (live/active calls)
- Contacts
- Addresses
- Get Addresses for Domain
- Validate Address
- Create Address for Domain
- Update Address for Domain
- Update Address for User
- Update Address Endpoint
- Create Address for User
- Delete Address For User
- Delete Address Endpoint
- Delete Address For Domain
- Create Address Endpoint
- Get Address Endpoints for a Domain
- Get Addresses Count for Domain
- Get Addresses for User
- Get Address Using Address ID
- Voicemail Reminders
- Dialrule
- Messages
- Get Messagesessions for Domain
- Start a new Message Session
- Get Messagesessions for User
- Get Messages for Messagesession
- Send a message (Chat)
- Send a message (Group Chat)
- Send a message (Media Chat)
- Send a message (SMS)
- Send a message (Group SMS)
- Send a message (MMS)
- Update Messagesession (Participants)
- Update Messagesession (Session Name)
- Update Messagesession (Leave)
- Delete Messagesession
- SMS Numbers
- Recordings
- Email
- Connections
- Routes
- Meetings
- Event Logs
- Iotum
- Read Iotum Video Domain ResellersGET
- Read Iotum Video HostGET
- Read All Iotum Video Hosts in a DomainGET
- Read Iotum Video Host ConferencesGET
- Read Iotum Video Host ContactsGET
- Read Iotum Video CompanyGET
- Read Iotum Video Company ProductsGET
- Read Iotum Video Available ProductsGET
- Create a HostPOST
- Create Host ContactsPOST
- Create Iotum Video SubscriptionPOST
- Update Domain's Iotum CompanyPUT
- Update Domain's Iotum SubscriptionsPUT
- Update User's Iotum HostPUT
- Delete Iotum Video SubscriptionDELETE
- Delete a HostDELETE
- Create Iotum Video CompanyPOST
- Create a Ad-hoc ConferencePOST
- Delete a Video CompanyDELETE
- Create a Meeting with IdPOST
- Create a MeetingPOST
- Read MeetingGET
- Count Domains MeetingsGET
- Count MeetingGET
- Register MeetingPOST
- Update a MeetingPUT
- Delete a MeetingDELETE
- Request a Meeting IDPOST
- Read Meetings for UserGET
- Backup & Restore
- Configs
- Images
- Templates
- Timeframes
- Domain (Shared)
- User
- Holiday Information
- Firebase
- SSL Certificates
Delete Iotum Video Subscription
Developing
DELETE
/domains/{domain}/video/subscription/{slug}
Iotum
Last modified:2025-03-27 13:34:07
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
domain
string
required
Example:
{{domain}}
slug
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/video/subscription/'
Responses
🟢202Accepted
application/json
Body
code
integer
required
message
string
required
Examples
{
"code": 202,
"message": "Accepted"
}
🟠404Record not found
🟠400Bad Request
🟠401Authentication Required
🟠409Bad Request
Modified at 2025-03-27 13:34:07