Skip to main content

Delete Service Binding Map (v2.1)

DELETE 

/v2.1/api/tenants/:tenant_id/servicebindingmaps/:map_id

Delete a service binding map.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

    map_id stringrequired

    The ID of the service binding map.

Responses

Successful Operation

Schema
    description

    The description of the service binding map. Max size = 256.

    id string

    The ID of the service binding map.

    is_default boolean

    The default map.

    name stringrequired

    The name of the service binding map. Max size = 128.

    service_bindings ServiceBinding[]required

    The service binding endpoint IDs and labels.

  • Array [
  • service_endpoint_ids string[]

    The service endpoint IDs.

    service_label_id string

    The service label ID.

  • ]
  • tags string[]

    A information field that can be added to identify the service binding map. Maximum 10 unique tags of length 1024 each are allowed.

Loading...