Delete a Status list configuration
/v2/credentials/mobile/status-lists/configurations/{statusListConfigurationId}Permanently deletes an existing Status list configuration.
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Status list configuration ID
uuidStatus list configuration ID
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v2/credentials/mobile/status-lists/configurations/497f6eca-6276-4993-bfeb-53cbbbba6f08"How would you rate this page?
Update a Status list configuration PUT
Updates an existing Status list configuration, allowing you to adjust the expiry and TTL (Time To Live) settings.
Retrieve all Status lists GET
<Callout type="warning"> **Deprecated.** In line with our SLA, this endpoint will be removed no earlier than 22 September 2026. To discover the Status lists available on a tenant, use the public [Status list distribution](#operation/getStatusListDistribution) endpoint (`GET /v2/credentials/mobile/status-lists/distribution`), which returns the URLs of all Status list tokens on the tenant. To retrieve an individual Status list token, use the public [Retrieve a Status list token](#operation/getStatusListToken) endpoint (`GET /v2/credentials/mobile/status-lists/{statusListId}/token`). </Callout> Retrieves all existing status lists from your tenant.