Overview
This API call is used to delete a specified read-only key for a channel.
API URL
https://webapi.ubibot.com/channels/CHANNEL_ID/api_keys?action=delete_read_key¶meters
Where CHANNEL_ID is the ID of the target channel and the parameters are as defined below
HTTP Method
POST
URL Parameters
Name |
Type |
Required |
Description |
account_key |
String |
Required |
Specify the account_key obtained from the web console panel. |
read_key |
String |
Required |
Specify the read_key that needs to be removed. |
Response
An HTTP code of 200 is responded for each successful data requests.
Error: See the separate list of error codes for more details.