Delete Backend Collection Association

delete

/mobile/tools/1.0/mobilebackends/{id}/collections/{colId}

Removes the association between a storage collection and a backend.

Request

Supported Media Types
  • application/json
Path Parameters
colId
Type: string
Required: true
The identifier of the storage collection.
id
Type: string
Required: true
The identifier of the backend.
Header Parameters
If-Match
Type: string
The request completes successfully only if the ETag of the corresponding asset matches the value of this HTTP request header. To force overwrite, pass the value `*`.

Response

Supported Media Types
  • application/json
204 Response
The storage collection was detached from the backend. No content was returned in the response.
404 Response
Either the collection or backend doesn't exist or the collection isn't associated with the backend.
Body
Root Schema : error
Type: object
Nested Schema : errorDetails
Type: object
412 Response
The operation failed based on the `If-Match` condition. Typically, this is the result of concurrent modification detection. It also can be the result of improper values specified in the request headers.
Body
Root Schema : error
Type: object
Nested Schema : errorDetails
Type: object