---
title: "Reset call ID of a dial-out participant when the SIP gateway rejected it"
method: DELETE
path: "/ocs/v2.php/apps/spreed/api/{apiVersion}/room/{token}/rejected-dialout"
tags: ["room"]
---

# Reset call ID of a dial-out participant when the SIP gateway rejected it

`DELETE /ocs/v2.php/apps/spreed/api/{apiVersion}/room/{token}/rejected-dialout`

## Path parameters

- `apiVersion` 'v4', required
- `token` string, required

## Query parameters

- `callId` string, required
- `options` string

## Headers

- `talk-sipbridge-random` string
- `talk-sipbridge-checksum` string
- `OCS-APIRequest` boolean, required

## Response `200`

Call ID reset

- object
  - `ocs` object, required
    - `meta` OCSMeta, required
      - `status` string, required
      - `statuscode` integer, required
      - `message` string
      - `totalitems` string
      - `itemsperpage` string
    - `data` unknown, required

## Other responses

- `400` — Call ID mismatch or attendeeId not found in $options
- `401` — SIP request invalid
- `404` — Participant was not found
- `501` — SIP dial-out is not configured

---

[API](https://skmtc.dev/nextcloud/apis/spreed-full.md) · [All operations](https://skmtc.dev/nextcloud/apis/spreed-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/spreed-full/revisions/41d6458d6d6e/schema)
