Data Retention Policies

Delete a data retention policy

DEL
Deletes a single data retention policy

Path parameters

idstringRequired
ID of data retention policy to delete

Response

This endpoint returns an object
data
objectOptional

Errors

DEL
$curl -X DELETE https://api.x.flatfile.com/v1/data-retention-policies/%3Aid \
> -H "X-Disable-Hooks: true" \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "success": true
4 }
5}