Delete a Person from the Blocked List

Delete a person

DELETE https://api.w3lcome.com/v1/blockedlist/:id

This endpoint allows you to delete a person from the blocked list

Path Parameters

Name
Type
Description

id

string

ID of the person

Headers

Name
Type
Description

Content-Type

string

application/JSON

Authentication

string

Basic token

{
    "id": "dc08c9dc-7aaa-4356-8268-f265b91a1624",
    "name": "Alisson Enz Rossi",
    "type": "blacklist",
    "email": "[email protected]",
    "phone": "43999820420",
    "cpf": "99999999999",
    "rg": "11111111"
}

Last updated

Was this helpful?