DELETE /notemaps/:id
Description | Deletes a notemap |
Method & URL | DELETE https://api.findery.com/v2/notemaps/:id |
Scope | 'write' for all content |
Parameters |
|
Example Request |
curl -X DELETE -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/notemaps/1000728463720 |
Example Response |
{ "meta": { "http_status": 200 } } |