DeleteSecurity
Signature
mutation {
DeleteSecurity(securityId: ...)
}
Retourne : ItemDeletedResponse!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
securityId | ID! | ✓ | — | — |
Exemple
mutation {
DeleteSecurity(
securityId: $securityId
) {
success
message
item {}
}
}