delete
https://{yourinstance}.makaira.io/searchable/
Delete searchable link by ID
Deletes a searchable link by its ID.
Requires authentication.
Request
DELETE /searchable/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the searchable link to delete. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns an empty 200 OK response on success.
200OK

