Skip to main content

Get Personal Data Erasure Request

GET 

/v2/personal-data/erasure-requests/:erasure_request_id

This request serves to get an existing erasure request by its ID.

Request

Path Parameters

    erasure_request_id stringrequired

    The id of the Personal-Data Erasure Request.

    Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6

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...