Skip to main content

Delete a branding item

DELETE 

/brandings/:name

This API endpoint delete information for an existing branding item by name. A token with API, ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    The name of the branding item to be deleted

    Example: default

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...