Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

section_id
string
required

The preference section containing the topic.

topic_id
string
required

The preference topic whose digest to turn off.

Response

The digest was turned off. A 204 is also returned when the topic had no digest configured, so the call is safe to repeat.