Mutations
deleteFurtherActionApprovalRole
Deletes a role from a further action approval.
MUTATION
deleteFurtherActionApprovalRole(input: DeleteFurtherActionApprovalRoleInput): DeleteFurtherActionApprovalRoleArguments
approvalRole
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a role from a further action approval.
deleteFurtherActionApprovalRole(input: DeleteFurtherActionApprovalRoleInput): DeleteFurtherActionApprovalRolemutation DeleteFurtherActionApprovalRole {
deleteFurtherActionApprovalRole {
approvalRole {
LastSessionId
_created
_etag
_updated
count
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}{
"data": {
"deleteFurtherActionApprovalRole": {
"approvalRole": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"count": 1,
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
}
}
}Was this page helpful?
mutation DeleteFurtherActionApprovalRole {
deleteFurtherActionApprovalRole {
approvalRole {
LastSessionId
_created
_etag
_updated
count
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
}
}
}{
"data": {
"deleteFurtherActionApprovalRole": {
"approvalRole": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"count": 1,
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
}
}
}
}
}Suggestions