v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Dashboards

Revoke shared dashboard invitations

Revoke previously sent invitation emails and active sessions used to access a given shared dashboard for specific email addresses.

delete/api/v1/dashboard/public/{token}/invitation

Path parameters

tokenstring required

The token of the shared dashboard.

Request body

Example request

{
  "data": [
    {
      "attributes": {
        "email": "test@datadoghq.com"
      },
      "type": "public_dashboard_invitation"
    }
  ]
}

Response

OK