Skip to main content
DELETE
/
v2
/
notes
/
{noteId}
Delete a single Note
curl --request DELETE \
  --url https://api.affinity.co/v2/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "code": "bad-request",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

noteId
integer<int32>
required

The id of the Note to delete

Required range: 1 <= x <= 2147483647

Response

No Content