Skip to main content

Create Personal Data Erasure Request

POST 

/v2/personal-data/erasure-requests

This request serves to create a new erasure request for a given resource ID and Type. All resources that belong to the same personal data set will be erased.

Request

Body

    data ErasureRequestrequired
    resource_type string

    The type of the data entry to be erased.

    resource_id uuid

    The ID of the data entry to be erased (note that also all data entries in the personal data set will be erased).

    type stringrequired

    The type of the object. Always equal to erasure_request.

Responses

Created

Schema
    data object
    id uuid

    The unique identifier for the log entry.

    resource_type string

    The type of the data entry to be erased.

    resource_id uuid

    The ID of the data entry to be erased (note that also all data entries in the personal data set will be erased).

    type string

    The type of the object. Always equal to erasure_request.

    initiator object

    Specifies who initiated the erasure request.

    access-token-email string
    access-token-id string
    access-token-name string
    access-token-store-id uuid
    access-token-type string
    status string

    Specifies the status of the erasure request.

    status_description string

    Elaborates on the erasure request status.

    created_at string

    Specifies the status of the erasure request.

    updated_at string

    Elaborates on the erasure request status.

    links object
    self string

    The self link.

Loading...