Revoke share link
Revokes the campaign's public view-in-browser link. The shared URL returns 404 immediately; sharing again later mints a different URL. Returns revoked=false when no link was active.
Path parameters
Campaign ID
Response
Share link revoked (or none was active)
Example response
{
"success": true
}Changes
Changed in 4 of the 121 revisions of this API.7
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the404statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the503statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○