Delete Entry
DELETE
/entry/{entryId}
Permanently removes an entry configuration from the user's account. This action cannot be undone.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
entryId*
The unique identifier of the entry to delete
Type
Requiredstring
Responses
Entry successfully deleted
application/json
JSON
{
}
