openapi: 3.1.0 info: title: Zendesk Push Notification Devices description: Needs a description. paths: /api/v2/push_notification_devices/destroy_many: post: operationId: PushNotificationDevices tags: - Push Notification Devices summary: Zendesk Post Api V2 Push_notification_devices Destroy_many description: >- Unregisters the mobile devices that are receiving push notifications. Specify the devices as an array of mobile device tokens. #### Allowed for * Admins requestBody: content: application/json: schema: $ref: '#/components/schemas/PushNotificationDevicesRequest' examples: default: $ref: '#/components/examples/PushNotificationDevicesRequestExample' responses: '200': description: Successful response content: application/json: schema: type: string description: empty example: '' example: '' components: schemas: {} tags: - name: Push Notification Devices