URL Push Expiration

Expires a push immediately. Must be authenticated & owner of the push or the push must have been created with deleteable_by_viewer.

Example Request

curl -X DELETE \
  -H "Authorization: Bearer MyAPIToken" \
  https://pwpush.com/r/fkwjfvhall92.json

Example Response

{
  "expired": true,
  "expired_on": "2023-10-23T15:32:01Z",
  ...
}

Supported Formats

json

Params

Param name Description
url_token
required

Secret URL token of a previously created push.

Validations:

  • Must be a String