POST api/resources/multipart/abort/{identifier}
Aborts a multipart upload that was started with <see cref="M:AbcStorage.Web.Api.Controllers.ResourcesController.InitiateNewMultipartResource(AbcStorage.Dto.Resources.InitiateNewMultipartResourceArgs)" />.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identifier |
Guid identifying the resource to delete. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Simple HttpStatusCode response.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.