v1

latestOpenAPI 3.1.02026-07-244012.5 KB

Delete an installation

Remove all data associated to a given installation.

delete/installations/{installationId}

Path parameters

installationIdstring required

Id of an installation if you know it, or alternatively the device platform and device id joined by a colon. Note that an installationId is not a random string and is always used in pair with its associated userId, which you must provide in the userId parameter.

Query parameters

userIdstring required

Id of the associated user. Leave empty for null.

Response

200

successboolean

Example response

{
  "success": true
}
All 4 operations