REST API ReferenceDashboard APITeams
Remove a team's Slack integration
DELETE
/teams/{id}/slackRemove a team's Slack integration. Deletes the stored connection, including the bot token and subscribed alert channels, along with any queued Slack alert messages that have not been sent yet. The Measure app stays installed in the Slack workspace and can be manually removed from Slack settings.
Authorization
bearerAuth AuthorizationBearer <token>
User access token issued at sign-in. Sent as
Authorization: Bearer <access-token> unless cookies are used to send
tokens. The /auth/refresh and /auth/signout endpoints expect the
session's refresh token in the same header format instead.
In: header
Path Parameters
id*string
Team's UUID.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/teams/497f6eca-6276-4993-bfeb-53cbbbba6f08/slack"{ "ok": "done"}Empty
Empty
Empty
Empty
Empty
Empty
Think this page can be better?
Open an issue