Skip to main content
DELETE
/
api
/
l402
/
paywalls
/
{paywallId}
Delete (soft-delete) a seller paywall and reconcile Aperture configuration.
curl --request DELETE \
  --url https://openagents.com/api/l402/paywalls/{paywallId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

paywallId
string
required

Response

Successful response

data
object