Skip to main content

Delete Multiple Base Assets

POST 

/api/v1/rawmodel/delete

Request

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    ids integer[]required

    An array of base asset ids that should be deleted

Loading...