Skip to content

Commit

Permalink
ESA-675 Add delete restrictions to the public documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vetusbs committed Nov 12, 2021
1 parent 788ebdf commit 0e96867
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Entities in NerdGraph rely on [GraphQL interfaces](/docs/apis/graphql-api/gettin

Use the value of `nextCursor` in your next search:

```
```graphql
{
actor {
entitySearch(query: "name like 'nerd-graph'") {
Expand Down Expand Up @@ -343,4 +343,11 @@ mutation {
```

Note that a deleted entity may appear again in your UI if a New Relic agent reindexes it again.
<Callout variant="important">
Currently, only the following [entity types](/docs/new-relic-one/use-new-relic-one/core-concepts/what-entity-new-relic) are allowed to be removed using the nerdgraph api:
`APM-APPLICATION`, `EXT-SERVICE` and `REF-REPOSITORY`
</Callout>

<Callout variant="important">
Note that a deleted entity may appear again in your UI if a New Relic agent reindexes it again.
</Callout>

0 comments on commit 0e96867

Please sign in to comment.