Skip to main content
DELETE
/
v1
/
retention-policies
/
{policy_id}
Delete a retention policy
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/retention-policies/{policy_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

policy_id
string<uuid>
required

Response

Successful Response