Fipto - OpenAPI 3.0
1.2.2

This is a REST API specifications based on OpenAPI 3.0 for Fipto solution.

This is the documentation for version 1.2.2 of the API. Last update on Aug 30, 2023.

Base URL
https://api.fipto.app

Delete an API user

DELETE /companies/{company_id}/users/{user_id}

Delete a specific user for the specified company.

Path parameters

  • company_id string Required

    The Company ID given by Fipto.

    Format should match the following pattern: [0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}.

  • user_id string Required

    The user identifier given by Fipto.

Responses

DELETE /companies/{company_id}/users/{user_id}
curl \
 -X DELETE https://api.fipto.app/companies/9de0691c-bc8d-409b-8f40-75d4f45db2f3/users/9b7029b5-fd51-4383-9881-3c9f549b30be