# Delete an Apple Pay web domain This is used to delete an Apple Pay web domain by its unique Id Endpoint: DELETE /apple-pay/web-domains/{id} Version: 1.1.0 Security: secretApiKeyAuth ## Path parameters: - `id` (string, required) Apple Pay web domain Id to delete Example: "apwd_01FCTS1XMKH9FF43CAFA4CXT3P" ## Header parameters: - `Account` (string) The linked accountId (Required if you registered the domain under a specific sub account) Example: "ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327" ## Response 200 fields (application/json): - `id` (string) The Id of the deleted Apple Pay web domain Example: "apwd_01FCTS1XMKH9FF43CAFA4CXT3P" ## Response 404 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"