Delete Authorization

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/authorization

Delete actions always require a specific identifier of the resource to delete. Tokens of type API can be deleted with a active API token. A active Embed token can prematurely invalidate itself by performing a delete action on itself.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Entity Owner
Can be associated to:
Locale
User
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "code": 200
}