Delete Entry Endpoint
Overview
Use this endpoint to permanently delete a specific entry from a source within your app. The entry is identified by its entry_id
and the source it belongs to (source_id
).
Endpoint
DELETE https://api.myboardtoday.com/app/:app_id/source/:source_id/entry/:entry_id
Path Parameters
Parameter | Required | Type | Description |
---|---|---|---|
app_id | Yes | UUID | Unique identifier of the app. |
source_id | Yes | UUID | Unique identifier of the source. |
entry_id | Yes | UUID | Unique identifier of the entry to be deleted. |
Headers
Header | Required | Description |
---|---|---|
x-api-key | Yes | API key used for authentication. |
Response
- 200 OK – Entry successfully deleted.
- 400 Bad Request – Invalid request parameters.
- 401 Unauthorized – Missing or invalid API key.
- 404 Not Found – Entry not found or does not exist.
- 500 Internal Server Error – Unexpected error on the server.
Warning: Deleting an entry is irreversible. Ensure the
entry_id
is correct before sending the request.
Report Bugs, Request New Features, and Win $50 Every Month
We value your precious feedback. Please contact us when you find a bug or would like to request a new feature. (In the main panel, click on the bob logo on the top left corner, then in the Dropdown menu click on “contact for bugs or new features”). Every month we will select an “opinion leader” and reward him/her with $50 in cash.