Skip to content

deleteTargetMapping

Deletes mapping of a target.

Arguments

Argument Type Description
input (required) DeleteTargetMappingInput! Request for deleting the mapping of a target.

Returns

Void

Sample

mutation DeleteTargetMapping($input: DeleteTargetMappingInput!) {
  deleteTargetMapping(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "deleteTargetMapping": "example-string"
  }
}