Delete Backend API Association

delete

/mobile/tools/1.0/mobilebackends/{id}/apis/{apiId}

Removes the association between an API and a backend.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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

204 Response

The API association with the backend was removed. No content was returned in this response.

404 Response

Either the API or backend doesn't exist or the API isn't associated with the backend.
Body ()
Root Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: object
Show Source

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
Show Source
Nested Schema : errorDetails
Type: object
Show Source