Supprimer le canal Touche en lecture seule 2022-07-26

Overview

This API call is used to delete a specified read-only key for a channel.

API URL

https://api.ubibot.com/channels/CHANNEL_ID/api_keys?action=delete_read_key&parameters

Where CHANNEL_ID is the ID of the target channel and the parameters are as defined below

HTTP Method

POST

URL Parameters

NameTypeRequiredDescription
account_key or token_idStringRequiredSpecify the account_key from the user account or token_id obtained after login.
read_keyStringRequiredSpecify 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.