Skip to main content

Delete Tag of a Base Asset

DELETE 

/api/v2/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

Responses

Schema
    message string
    error string
Loading...