Request Queues
Pause Request Deadline
Use this API to pause the deadline of a request.
🗒 Things to Know
- The deadline will be removed from the request until it is resumed. Once resumed, it will be adjusted based on the time that the deadline was paused.
- The request will be automatically resumed when the data subject responds. Manually resuming is also supported.
👍
For more information, see Pausing and Resuming a Request Deadline.
put/api/datasubject/v2/requestqueues/{requestQueueRefId}/pausedeadline
Path parameters
requestQueueRefIdstring required
Request Reference ID
Request body
Example request
{
"pauseDeadline": true,
"comment": "Pausing request",
"language": "en-us"
}Response
OK