Skip to main content
Delete User
curl --request DELETE \
  --url https://api.yapily.com/users/{userUuid} \
  --header 'Authorization: Basic <encoded-value>'
{
  "meta": {
    "tracingId": "e6625041a9fb46e2a450b3f9f1528cb8"
  },
  "data": {
    "id": "b8ebe390-f6fb-45b5-bf20-1b4436644390",
    "deleteStatus": "SUCCESS",
    "creationDate": "2021-06-07T16:44:52.221Z",
    "userConsents": [
      {
        "institutionId": "modelo-sandbox"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Path Parameters

userUuid
string<uuid>
required

Mandatory. The Yapily generated UUID for the user.

Response

Ok

meta
object
data
object

Deletion of the user. Includes the user profile and all associate consents.

forwardedData
object[]
raw
object[]
deprecated