Pantheon\Terminus\Models\Tag::delete PHP Method

delete() public method

Removes a tag from the organization/site membership
public delete ( )
    public function delete()
    {
        $this->request->request(sprintf('organizations/%s/tags/%s/sites?entity=%s', $this->org_site_membership->organization->id, $this->id, $this->org_site_membership->getSite()->id), ['method' => 'delete']);
    }