Users
Revoke user consent
Revoke consent for a user. Stored credentials are deleted and the affected devices stop receiving pulls and pushes. Pass a deviceIds array to scope the revocation; omit it to revoke every device under the user.
DELETE
curl
Authorizations
Path Parameters
The unique identifier for the user.
Example:
"user_abc123"
Body
application/json
Response
Consent revoked successfully.
Previous
List schedulesReturn a paginated list of the schedules the API key can access, across every device, newest first. This is the lifted cross-device read of the schedules that are set on each device via `PUT /{type}/{id}/schedule`; it mirrors `GET /actions`. Filter by `deviceId`, lifecycle `state`, or end-user `userId`. The route is published ahead of the scheduler; every call returns 501 until it lands.
Next
curl