Remove temporary address
/temporary_address/remove
Target audience: Developers
Remove temporary address¶
Introduction¶
This endpoint removes an existing temporary address.
URI¶
| Environment | URI |
|---|---|
| Stage | https://payway-api.stage.adeprimo.se/external/api/v1/temporary_address/remove |
| Production | https://backend.worldoftulo.com/external/api/v1/temporary_address/remove |
Requirements¶
| Identity | Scope |
|---|---|
| No | /external/distribution/w |
Parameters¶
| Field | Required | Type | Description |
|---|---|---|---|
| id | Required | String | The id of the temporary address to remove. Max length: 50 |
Curl Example¶
Remove¶
curl --request DELETE \
--url 'https://payway-api.stage.adeprimo.se/external/api/v1/temporary_address/remove?id=<temporary_address_id>' \
--header 'accept: application/json' \
--header 'authorization: Bearer <token>'
Response¶
Successful response¶
HTTP 200
Errors¶
This API uses the common error conventions of the Payway API