Skip to content

Turn a share code off

POST
/notepad/template/share/revoke
curl --request POST \
--url https://api.harperharbor.com/open/v1/notepad/template/share/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "templateId": "example" }'
Media typeapplication/json
object
templateId
required
string
Examplegenerated
{
"templateId": "example"
}

Revoked.