Example searches: “page”, “200”, “secret”, “401”, “Logto API references”
Delete a one-time token by its ID.
The unique identifier of the one time token.
The one-time token was deleted successfully.
Bad Request
Unauthorized
Forbidden
Not Found
curl \ --request DELETE 'https://[tenant_id].logto.app/api/one-time-tokens/{id}' \ --header "Authorization: Bearer $ACCESS_TOKEN"