Hanzo AI
OpenapiProvider

Delete messages

Takes back one of this app's messages: DELETE /v1/provider/slack/messages.

DELETE /v1/provider/slack/messages

Addresshttps://api.hanzo.ai/v1/provider/slack/messages
MethodDELETE
Operationdelete_provider_slack_messages
AuthAuthorization: Bearer $HANZO_API_KEY

Takes back one of this app's messages: DELETE /v1/provider/slack/messages.

Request

2 fields.

FieldInTypeRequiredDescription
channelquerystring
tsquerystring

Response

StatusBodyMeaning
200provider.slackDeleteMessageOutok
defaultproblem-detailsrefused

200 body — 2 fields.

FieldInTypeAlwaysDescription
channelbodystringChannel is the resolved channel ID the message was in.
tsbodystringTS is the deleted message's timestamp, which now addresses nothing.

Failure carries the platform error shape — see Errors.

Examples

hanzo provider slack messages clear

Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page