Skip to main content

Set a customer as inactive

POST 

/api/v3/customer/:customer_id/_action/setInactive

Allows you to set a customer as "Inactive".

Request

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...