You can delete a usage profile at any time. Use a HTTP DELETE with the {profileId} in the URL. You will get the standard success or error response back. Be careful. This is a "hard" delete and your data is really purged. No going back!
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Delete a usage profile using the Arcadia-generated profileId.
Use this endpoint when you have stored the profileId returned by Arcadia when the profile was created. If you use your own profile identifier, use Delete Profile with providerProfileId instead.
Deleting a profile is a hard delete. The profile data is permanently removed and cannot be restored.
Resource URI
DELETE /rest/v1/profiles/{profileId}Path parameters
| Parameter | Type | Description |
|---|---|---|
profileId | String | Arcadia UUID of the Profile object. Required. |
Example
DELETE /rest/v1/profiles/b7559f37-8020-4969-8bd1-48d8c3d58976A successful request returns the standard success response. For the full profile data model, profile workflow, and deletion behavior, see Profiles API.
{
"status": "success",
"count": 0,
"type": "UsageProfile",
"results": null
}