StatusDashboard
Microsoft TeamsSuppression

Delete Teams suppression

Remove an endpoint from the organization Teams suppression list.

View Markdown

DELETE /app/integrations/teams/suppression

Removes a suppression entry for the given endpoint. Identify the endpoint with urlHash or the full url (normalized and hashed server-side).

Parameters may be sent as query string and/or JSON body (body values win when both are present).

Removing an entry allows notification sends to the endpoint again on the next natural event. The platform does not auto-resend missed notifications. If the endpoint is still failing, it may be suppressed again after consecutive failures.

Requires the admin or subscriber role and the integrations feature entitlement.


Request

See API Basics for required headers.

Body / query parameters

FieldTypeRequiredDescription
urlHashstringCond.64-character lowercase hex endpoint hash. Required if url is omitted.
urlstringCond.Full HTTPS endpoint URL. Required if urlHash is omitted.

Sample request

curl -X DELETE https://api.statusdashboard.com/app/integrations/teams/suppression \
  -H "Authorization: Bearer bcf847abf5c6:def456" \
  -H "Content-Type: application/json" \
  -d '{
    "urlHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
  }'

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
400Invalid parameters, or neither urlHash nor url provided
403Insufficient role, or integrations disabled
404Suppression entry not found

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.