View source: R/api_connector.R
This function allows you to DELETE User information with the API and retrieve your API KEY
1 2 3 4 5 6 7 | asapi_user_delete(
client,
email_deleted,
email,
api_key,
url = "https://api.agrospace.cl"
)
|
client |
Client name |
email_deleted |
User's email to delete |
email |
email of user admin |
api_key |
Api Key obtain from /auth |
url |
URL for dev purpose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.