Esempio n. 1
0
        public async Task DeleteRecipientAsync()
        {
            await _service.DeleteBucketRecipientAsync(_jobId, _recipientId);

            AssertRequest(HttpMethod.Delete, $"/share/buckets/{_jobId}/recipients/{_recipientId}");
        }