---
title: "Delete registration"
method: DELETE
path: "/v1/projects/{projectId}/registrations/{registrationId}"
tags: ["registrations"]
---

# Delete registration

`DELETE /v1/projects/{projectId}/registrations/{registrationId}`

The endpoint receives as path param project id and registration id. If the registration exists under the specified project id and the registration is in DRAFT, IN QUEUE or PENDING status, the registration will be deleted.

## Path parameters

- `projectId` string, required
- `registrationId` string, required

## Response `200`

OK

## Other responses

- `400` — BAD_REQUEST: Registration is not in DRAFT, IN QUEUE or PENDING status.
- `404` — NOT_FOUND: The registration id introduced does not exist.
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/sinch-sender-id-registrations-api.md) · [All operations](https://skmtc.net/sinch/apis/sinch-sender-id-registrations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/sinch-sender-id-registrations-api/revisions/e93587db2688/schema)
