Delete Channels

Why Delete a Channel?

If you would find it necessary to remove a channel from your network, the Inventory Management API enables you to delete a channel via the Delete Channels API endpoint. When you make this call to the endpoint, the channel will be removed from your network.

API Syntax

When using the Create Channels API endpoint it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/channel/{ChannelID}/delete

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • channel - the API endpoint being called.
  • ChannelID - the ID of the channel you would like to remove.
  • delete - the action to remove the channel from your network.
Language
Authorization
Header