Delete a membership from an invoice

Provide a unique identifier of the invoice as invoice_id and invoice_item_id of the membership you want to delete from the invoice and this API will delete that item from the invoice.

Note: Comments are either mandatory or optional based on your configuration. If the comments are optional, then pass "comments" as an empty string ("") in the body of the API.

Ensure to remove the hash (#) at the end when using this API.

Response Details

NameTypeDescription
successbooleanDenotes whether the invoice is deleted from the invoice or not.
Path Params
string
required

Unique identifier of the invoice.

string
required

Unique identifier of the item added in the invoice.

Body Params
string

Comments from guest.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json