---
title: "Remove an RCS agent test device"
method: DELETE
path: "/rcs/agents/{id}/test_devices/{test_device_id}"
tags: ["RCS Agents"]
---

# Remove an RCS agent test device

`DELETE /rcs/agents/{id}/test_devices/{test_device_id}`

Removes a test device from an RCS agent and its provider registration.

## Path parameters

- `id` string, uuid, required
- `test_device_id` string, uuid, required

## Response `204`

The test device was removed.

## Other responses

- `401` — The request is not authenticated.
- `404` — The resource does not exist, is not owned by the organization, or the provider does not support the requested capability.
- `502` — The RCS provider rejected or could not complete the request.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
