Aurion Docs
Api

Create Delete Request

POST
/api/v1/gdpr/requests/delete
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/gdpr/requests/delete" \  -H "Content-Type: application/json" \  -d '{    "selector": {}  }'
{
  "deletion_counts": {
    "property1": 0,
    "property2": 0
  },
  "due_at": "string",
  "id": "string",
  "status": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}