Skip to main content
DELETE
/
v2
/
listings
/
{listingUid}
/
assets
cURL
curl --request DELETE \
  --url https://client.synack.com/api/asset/v2/listings/{listingUid}/assets \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 305,
  "detail": "<string>",
  "instance": "<string>",
  "failedValidation": [
    {
      "message": "<string>",
      "property": "<string>",
      "value": "<string>"
    }
  ],
  "failedValidations": [
    {
      "index": 123,
      "failedValidation": [
        {
          "message": "<string>",
          "property": "<string>",
          "value": "<string>"
        }
      ]
    }
  ],
  "maxBatchSize": 123,
  "batchSize": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.synack.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listingUid
string
required
read-only

Unique identifier for an listing.

Pattern: ^[-_0-9a-z]{1,50}

Query Parameters

assetType[]
enum<string>[]

Restrict the returned asset summaries to only assets of the specified type.

Available options:
cloudaccount,
host,
network,
mobileapp,
webapp

Response

No content.