Update an opt out request
PUT/api/v2/opt_outs/:uuid
Update an opt out request
Request
Path Parameters
The unique identifier of the opt out request you want to update
Header Parameters
- application/json
Body
The first name of the person wanting to opt out of the sharing or selling of their data
Chuck
The last name of the person wanting to opt out of the sharing or selling of their data
Norris
The email address of the person wanting to opt out of sharing or selling of their data
chuck.norris@example.com
The location of the person wanting to opt out
US-CA
Any additional details the user might want to add to their request
Additional information
Responses
- 200
- 404
- 422
Opt Out Request updated
- application/json
- Schema
- Example (from schema)
Schema
Datetime of when the opt out was created.
2024-08-09T21:14:49.444Z
The email associated with the data subject.
john@example.com
The first name of the data subject.
John
The last name of the data subject.
Smith
The location the data subject when they submitted the request.
US
The status of the request.
not_started
The unique identifier of the request.
967e34da-4863-4fcf-842d-176dd102d032
{
"created_at": "2024-08-09T21:14:49.444Z",
"email": "john@example.com",
"first_name": "John",
"last_name": "Smith",
"location": "US",
"status": "not_started",
"uuid": "967e34da-4863-4fcf-842d-176dd102d032"
}
Not able to find a request with the ID provided
Invalid Request
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.