Detach a note from an entity
DELETE
https://api.expirationreminder.com/v1/notes/{id}/relations/{entityId}Path Parameters
id
string
RequiredentityId
string
RequiredDELETE /v1/notes/{id}/relations/{entityId}
$ curl https://api.expirationreminder.com/v1/notes/{id}/relations/{entityId} \
-H "Authorization: Bearer <token>"
Responses
Example Response
[
{
"entity_id": "00000000-0000-0000-0000-000000000000",
"entity_type": 0
}
]Not Found
| Property | Type | Description |
|---|---|---|
message |
string |
- |
ok |
boolean |
- |
Example Response
{
"message": "string",
"ok": false
}