hookDelete
mutation
Delete webhooks
Removes one or more webhooks from the company.
mutation {
hookDelete(companyId: Int!, hookId: [String!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
hookId | [String!]! |