Skip to main content
POST
Create data deletion jobs

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Body

application/json
externalIDs
string[]
required

Array of external user IDs to create deletion jobs for

Response

Data deletion jobs created

id
string
required

ID of the data deletion job

externalID
string
required

External user ID

created
integer<int64>
required

Unix timestamp in milliseconds elapsed since January 1, 1970, 00:00:00 UTC

Example:

1752738240000

updated
integer<int64>
required

Unix timestamp in milliseconds elapsed since January 1, 1970, 00:00:00 UTC

Example:

1752738240000

status
enum<string>
required

Current status of the data deletion job

Available options:
pending,
processing,
completed