Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Delete API Token


    Deletes the specified API token from the tenant. Once deleted, the token can no longer be used for authentication.

    Administrator role required

    The API token used to call this endpoint must have the Administrator role. Requests from non-administrator tokens will be rejected.

    Path Parameters
    tokenstringrequired
    The token to delete.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": {} }
    400
    { "Status": false, "Message": "", "Response": {} }


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version