---
title: "Delete a message"
method: DELETE
path: "/messages/shares/{id}"
tags: ["messages"]
---

# Delete a message

`DELETE /messages/shares/{id}`

Delete a message with a given id. Deleted message is no longer visible on Hireloop.

## Path parameters

- `id` string, required

## Response `204`

Message successfully deleted

## Other responses

- `403` — No permission to delete a message
- `404` — Message not found

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
