Skip to content

Atto Developer Documentation (all)

Download OpenAPI description
Languages
Servers
UK Environment (Production)

https://uk.api.atto.co/

US Environment (Production)

https://us.api.atto.co/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Integration

If you wish to get a list of credit information accounts for a user, you can do so using the GET /connect/users/v1/{userId}/accounts endpoint.

Authentication

This API requires a bearer token using the api:cis scope.

Deletes all credit bureau reported accounts information held for a user

Request

Security
Bearer
Path
userIdstring(uuid)required

Id of the User

curl -i -X DELETE \
  'https://uk.api.atto.co/connect/users/v1/{userId}/accounts' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successfully deleted

Bodyapplication/json
statusboolean
messagestring or null
Response
application/json
{ "status": true, "message": "string" }