Profiles / Profile API |
Use DELETE to delete an entire profile from either an organization-wide or app-specific database.
A successful call returns 204 No Content.
DELETE /v1/profiles/:customer_id
DELETE https://profile.localytics.com/v1/profiles/Robert Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
DELETE /v1/apps/:app_id/profiles/:customer_id
DELETE https://profile.localytics.com/v1/apps/my_app/profiles/Robert Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==