Skip to main content
DELETE
/
matters
/
{matterId}
/
layouts
/
{itemId}
/
contacts
Remove a contact from a layout
curl --request DELETE \
  --url https://api.smokeball.com/matters/{matterId}/layouts/{itemId}/contacts \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string<uuid>
required

Matter Id

itemId
string<uuid>
required

ItemId of the layout

Query Parameters

key
string

Layout contact key identifying the contact to remove.

Response

When request is accepted.