Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
curl -i -X DELETE "https://api.box.com/2.0/device_pinners/2324234" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.devicePinners.deleteDevicePinnerById(devicePinnerId);client.device_pinners.delete_device_pinner_by_id(device_pinner_id)await client.DevicePinners.DeleteDevicePinnerByIdAsync(devicePinnerId: devicePinnerId);try await client.devicePinners.deleteDevicePinnerById(devicePinnerId: devicePinnerId)client.getDevicePinners().deleteDevicePinnerById(devicePinnerId)await client.DevicePinners.DeleteDevicePinnerByIdAsync(devicePinnerId: devicePinnerId);await client.devicePinners.deleteDevicePinnerById(devicePinnerId);