# Remove a site template from favorites

Removes a site template from your list of favorites

Endpoint: DELETE /api/v1/favorites/sitetemplates/{siteTemplateId}
Version: v1
Security: Bearer

## Path parameters:

  - `siteTemplateId` (string, required)
    The identifier of the site template.
    Example: "5aae1eeaea2440bf96f11f43da82c77b"

## Response 400 fields (application/json):

  - `type` (string,null)
    The type of the error response entity.

  - `title` (string,null)
    The title of the error response entity.

  - `status` (integer,null)
    The response status code.

  - `detail` (string,null)
    A detailed explanation, specific to this occurrence of the problem.

  - `instance` (string,null)
    If available, a URI reference that identifies the specific occurrence of the problem.

## Response 404 fields (application/json):

  - `type` (string,null)
    The type of the error response entity.

  - `title` (string,null)
    The title of the error response entity.

  - `status` (integer,null)
    The response status code.

  - `detail` (string,null)
    A detailed explanation, specific to this occurrence of the problem.

  - `instance` (string,null)
    If available, a URI reference that identifies the specific occurrence of the problem.


## Response 204 fields
