Sha256: e89765d5d6957a9f476e0816c597f9916c8acab49b125d7bb4ffb1ab1e00f2b8
Contents?: true
Size: 578 Bytes
Versions: 15
Compression:
Stored size: 578 Bytes
Contents
# Revoke shared dashboard invitations returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::DashboardsAPI.new body = DatadogAPIClient::V1::SharedDashboardInvites.new({ data: [ DatadogAPIClient::V1::SharedDashboardInvitesDataObject.new({ attributes: DatadogAPIClient::V1::SharedDashboardInvitesDataObjectAttributes.new({ email: "test@datadoghq.com", }), type: DatadogAPIClient::V1::DashboardInviteType::PUBLIC_DASHBOARD_INVITATION, }), ], }) api_instance.delete_public_dashboard_invitation("token", body)
Version data entries
15 entries across 15 versions & 1 rubygems