Delete the assignment of an asset to a listing.
cURL
curl --request DELETE \ --url https://client.synack.com/api/asset/v2/listings/{listingUid}/assets/{assetUid} \ --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 }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for an listing.
Unique identifier for an asset.
No content.