_post('ephemeral_keys', compact('customer')); } /** * Deletes the given Ephemeral Key. * * @param string $ephemeralKey * @return array */ public function delete($ephemeralKey) { return $this->_delete("ephemeral_keys/{$ephemeralKey}"); } }