v1.0.0
OAS 2.0

Data Retention - API definition

Data Retention - API definition

Server: https://api.cls.oob.ockto.cloud
Client Libraries

DATA - RETENTION

DATA - RETENTION Operations

Deletion of user-related data

Synchronous method for hard deletion of data belonging to a user

Path Parameters
  • userId
    required

    Resource (user) identification of the resource to be affected.

Responses
  • 200

    Resource updated OK

  • 400

    400 Bad Request

  • 401

    401 Unauthorized

  • 403

    403 Forbidden

  • 404

    404 Not found

  • 405

    405 Method Not Allowed

  • 406

    406 Not Acceptable

  • 408

    408 Request Timeout

  • 415

    415 Unsupported Media Type

  • 500

    500 Internal Server Error

  • 503

    503 Service Unavailable

Request Example forDELETE/data/{userId}
curl 'https://api.cls.oob.ockto.cloud/data/{userId}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body

Models