Skip to main content
DELETE
/
image
/
delete-alliance-profile-picture
/
{allianceId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "taxNumber": "<string>",
  "bankAccountNumber": "<string>",
  "address": "<string>",
  "contacts": [
    {
      "name": "<string>",
      "phoneNumber": "<string>",
      "emailAddress": "<string>",
      "isRepresentative": true
    }
  ],
  "identifier": "<string>",
  "profilePicture": "<string>",
  "deletedAt": "2023-11-07T05:31:56Z",
  "isDeleted": true
}

Path Parameters

allianceId
string<uuid>
required

Response

OK

id
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
name
string | null
taxNumber
string | null
bankAccountNumber
string | null
address
string | null
contacts
object[] | null
identifier
string | null
profilePicture
string | null
deletedAt
string<date-time> | null
isDeleted
boolean