DirkGroenen\Pinterest\Tests\Endpoints\PinsTest::testDelete PHP Method

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $response = $this->pinterest->pins->delete("503066220854919983");
        $this->assertTrue($response);
    }