P_removeCallback

You can remove specified API callbacks by supplying its ID

Supported arguments

The following arguments are supported by P_removeCallback mutation:

FieldTypeDescription
inputP_API_RemoveCallbackInput!Callback ID to remove

Return type

The mutation returns the P_API_RemoveCallbackResponse type.

Example usage

Mutation

mutation removeMyCallback($id: Uuid!) {
    P_removeCallback(input: { id: $id }) {
        success
    }
}

Example response

{
  "data": {
    "P_removeCallback": {
      "success": true
    }
  }
}
Copyright 2024 Eneba. All Rights Reserved. JSC “Helis play”, Gyneju St. 4-333, Vilnius, the Republic of Lithuania