deleteApiKey()
deleteApiKey(string $key) : bool
Delete an API key
Parameters
string | $key |
Throws
- \TxTextControl\ReportingCloud\Exception\InvalidArgumentException
Trait DeleteTrait
request(string $method, string $uri, array $options) : \Psr\Http\Message\ResponseInterface
Request the URI with options
string | $method | HTTP method |
string | $uri | URI |
array | $options | Options |