Skip to main content

Delete Tag of a Base Asset

DELETE 

/api/v1/rawmodel/:id/tags/:tagId

Request

Path Parameters

    id integerrequired

    The id of the base asset

    Example: 281
    tagId integerrequired

    The id of the tag that will be deleted

    Example: 2

Header Parameters

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