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
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.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.removerolefromrestrictionquery()