Skip to main content
DELETE
/
api
/
v1
/
addresses
/
{id}
Delete an address
curl --request DELETE \
  --url https://api.scholarlysoftware.com/api/v1/addresses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "detail": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

Bearer token

Accept
string
default:application/vnd.api+json

Accept header

Path Parameters

id
string
required

Address UUID

Response

address deleted