Skip to main content
DELETE
/
api
/
v1
/
teams
/
{team_id}
/
hubs
/
{hub_id}
/
products
/
{display_id}
Admin Detach Product From Hub
curl --request DELETE \
  --url https://api.member.dev/api/v1/teams/{team_id}/hubs/{hub_id}/products/{display_id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "code": "<string>",
      "detail": "<string>",
      "id": "<string>",
      "meta": {},
      "source": {}
    }
  ],
  "meta": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required
hub_id
string
required
display_id
string
required

Response

Successful Response