provider Logs Restriction Queries DELETE /api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
@utdk/datadog /api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
Revoke role from a restriction query
Removes a role from a restriction query.
restriction_query_id path required
The ID of the restriction query.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

removerolefromrestrictionquery
DELETE/api/v2/logs/config/restriction_queries/{restriction_query_id}/roles
Removes a role from a restriction query.

Parameters

required

The ID of the restriction query.

Input

Relationship to role object.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.removerolefromrestrictionquery()